/* Reset */
body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei;
    overflow-x: hidden;
}

*,
*:focus {
    outline: none !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    outline-style: none;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
i {
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
}

i {
    font-style: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

p {
    word-wrap: break-word;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: inherit;
    text-decoration: none !important;
}

.animate-box {
    opacity: 0;
}

/* bootstrap */
.row {
    margin-right: 0;
    margin-left: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: initial;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-3 {
    margin-top: 3em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.wow {
    visibility: hidden;
}

/* scrollbar */
::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #2a2a54;
    border-radius: 10px;
}

::scrollbar {
    background-color: transparent;
    width: 5px;
}

::scrollbar-thumb {
    background: #2a2a54;
    border-radius: 10px;
}

/* swiper */
.swiper-content .swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    max-width: 100%;
}

.swiper-container {
    padding: 20px 0;
}

.swiper-container.banner {
    padding: 0
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}


.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
}

.swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    height: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: url(../images/icon-prev.png);
}

.swiper-container~.swiper-button-prev,
.swiper-container~.swiper-container-rtl .swiper-button-next {
    left: -40px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: url(../images/icon-next.png);
}

.swiper-container~.swiper-button-next,
.swiper-container~.swiper-container-rtl .swiper-button-prev {
    right: -40px;
}

/* 在线咨询 */
#newBridge .icon-right-center {
    top: 30% !important;
    width: 60px !important;
    height: 60px !important;
    overflow: hidden !important;
    margin: 0 !important;
    opacity: 0 !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base {
    background-color: #2a2a54 !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set-content,
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-name,
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-icon {
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    transition: .2s all ease-in-out;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn:hover {
    background-color: rgba(235, 235, 235, 90%) !important;
    color: #2a2a54 !important;
}

#newBridge .nb-icon-right-center {
    top: auto !important;
    bottom: 13% !important;
}

#newBridge .nb-icon-wrap-4 .nb-icon-wrap-base {
    background-color: #2a2a54 !important;
}